Trial 2: Let's try to read command, username and password.
Trial 3: Let's try to submit command, username and password to a server-side program.
Note that the 'value's are submitted with their 'name's, not 'id's.
select and option
Trial 4: Let's try to read the selected option.
textarea
radio
How to group multiple radio buttons
so that only one can be checked?the same name value
checkbox
button
datalist
Just a question. Do you remember how to select elements using attributes in CSS?
If you do not remember, study CSS Attribute Selectors.
Trial 5: Let's try to write the code to read username, password, and note from the user,
when a button is clicked.
For each input-like element, you can read 'name' and 'value' values.
(Think for what you use